home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3432 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: op.net!usenet
  2. From: Philo <root@phantom.dot.gov>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: how can I make arrays larger than 64k?
  5. Date: 24 Jan 1996 00:56:41 GMT
  6. Organization: OpNet -- Greater Philadelphia Internet Service
  7. Message-ID: <4e4049$npq@picasso.op.net>
  8. NNTP-Posting-Host: d1-01.ppp.op.net
  9.  
  10. Paul Langemeijer <lmeijer@phys.uva.nl> writes:
  11. > Hello,
  12. > I am working on a simulation program that generates a large number of 
  13. > complex points (1Meg). I used to write this data to a file, but
  14. > now I want to extend this program with a fourier transform of the data,
  15. > so I would like store the data in a large array.
  16. > The function calloc doesnot provide enough memory to do this.
  17. > How can I use a larger part of the 8Mb memory in my pc for storage of 
  18. > this array? Do I have to change the compiler settings? How?
  19. > Is there someone with a lot of experiency how can help me on this
  20. > one?
  21. > I am using BorlandC++ for (DOS) pc.
  22. > Thanks a lot!!
  23. Either get WATCOM 10.0 that compiles for dos, windows, and 32bit
  24. for both.  Or you can call the borland Fax service for the source
  25. code for using XMS, the memory allocated by the HIMEM.SYS driver.
  26. This source code can be put together with a good assembler book too.
  27.  
  28.   -Philo
  29.  
  30.                  __
  31.  
  32.  
  33.